<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
*鍦≒osition灞炴€у€间负absolute鐨勫悓鏃讹紝
*濡傛灉鏈変竴绾х埗瀵硅薄锛堟棤璁烘槸鐖跺璞¤繕鏄鐖跺璞★紝鎴栬€呭啀楂樼殑杈堝垎锛屼竴鏍凤級
*鐨凱osition灞炴€у€间负Relative鏃讹紝鍒欎笂杩扮殑鐩稿娴忚鍣ㄧ獥鍙ｅ畾浣嶅皢浼氬彉鎴愮浉瀵圭埗瀵硅薄瀹氫綅锛�
*杩欏绮剧‘瀹氫綅鏄緢鏈夊府鍔╃殑銆�
*/
*{
    margin: 0;
    padding: 0;
	list-style-type:none;
}
/*nav瀵艰埅鐩掑瓙*/
div.nav{
    width: 100%;
    height:45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    position: relative;
    background:#404040;
	z-index:999;
}
div.nav1{ width:1200px; height:45px;position: relative; margin:0 auto;}
/*nav-main*/
ul.nav-main{
    width: 1200px;
    height:45px;
    list-style-type: none;
	margin:0 auto;
	position: relative;
}
ul.nav-main span{
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 5px;
    background: url('../img/down-icon.png') no-repeat;
}
ul.nav-main:hover span{
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 5px;
    background: url('../img/down-icon2.png') no-repeat;
}
/*鍥炬爣鍚戜笂鏃嬭浆*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*鍥炬爣鍚戜笅鏃嬭浆*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*瀵艰埅鏉¤缃�*/
ul.nav-main&gt;li{
    width: 170px;
    height: 100%;
    display: block;
    float: left; 
	color:#fff; 
	line-height:45px;
    font-family:"寰蒋闆呴粦";
	font-weight:bold;
	font-size:15px;
    cursor: pointer;
}
ul.nav-main&gt;li:hover{ color:#fba400;}
ul.nav-main&gt;li:hover a{ color:#fba400;}
ul.nav-main&gt;li a{
	color:#fff; 
}
ul.nav-main&gt;li a:hover{
    color:#fba400;
}
/*闅愯棌鐩掑瓙璁剧疆*/
div.hidden-box{
    width: 138px;
    border-top: 0;
    position: absolute;
    display:none;
	background:#fba400;
    top: 45px;
	filter:alpha(opacity=90);  
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;  
	opacity: 0.9;  
}
.hidden-box&gt;ul{
    list-style-type: none;
    color: #643519;
	padding-top:17px;
	padding-bottom:30px;
    cursor: pointer;
}
.hidden-box&gt;ul li{
	height:41px;
	line-height:41px;
	font-size:14px;
	font-family:"寰蒋闆呴粦";  
}
.hidden-box&gt;ul li a{color: #323131;}
.hidden-box li:hover a{
    color: #fff;
}
/*闅愯棌鐩掑瓙浣嶇疆璁剧疆*/
.hidden-loc-index{
    left: 180px;
}
.hidden-loc-us{
    left: 347px;
}
.hidden-loc-info{
    left: 363px;
}
.hidden-loc-honor{
    left: 693px;
}
.box04{
	left:485px;
}</pre></body></html>